Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang:alpine image version #11629

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 19, 2025

Bump Golang Alpine version

Bump golang:alpine image version in Dockerfiles

3 file(s) updated with "golang:1.23.4-alpine3.21": * Dockerfile.dapper * Dockerfile.test * Dockerfile.manifest

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@github-actions github-actions bot requested a review from a team as a code owner January 19, 2025 18:11
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 19, 2025
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.35%. Comparing base (976b23d) to head (da4c493).
Report is 11 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (976b23d) and HEAD (da4c493). Click for more details.

HEAD has 18 uploads less than BASE
Flag BASE (976b23d) HEAD (da4c493)
unittests 1 0
inttests 11 0
e2etests 8 2
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11629      +/-   ##
==========================================
- Coverage   50.08%   44.35%   -5.74%     
==========================================
  Files         185      167      -18     
  Lines       19262    14949    -4313     
==========================================
- Hits         9648     6630    -3018     
+ Misses       8226     7004    -1222     
+ Partials     1388     1315      -73     
Flag Coverage Δ
e2etests 44.35% <ø> (-0.02%) ⬇️
inttests ?
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Made with ❤️️ by updatecli
@github-actions github-actions bot force-pushed the updatecli_master_6aba2d9a7ffab8472d125104ad09dfae39418a578e5b31478c302a36a9307e12 branch from 4ce79f9 to da4c493 Compare January 26, 2025 18:10
@@ -1,4 +1,4 @@
ARG GOLANG=golang:1.23.4-alpine3.20
ARG GOLANG=golang:1.23.4-alpine3.21
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good if the golang version could also be updated here

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

golang should be kept in sync with whatever is needed for the specific k8s version, it should not be bumped arbitrarily to latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants